Name | Button GUI Element |
Description | Buttons are clickable GUI elements that can run code when clicked; they have a UI type of "button".
See also Toggle Button GUI Element, for buttons made specifically to control a single boolean value.
|
Group | GUI System |
Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/scripts/containers/gui/elements/ButtonElement.java#L26 |